home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 May / Chip Mayıs 2001.iso / prog / share / 33 / data1.cab / Program_Executable_Files / OptimizeIt40D / Documentation / images / Chapter78.gif < prev    next >
Graphics Interchange Format  |  2001-03-11  |  56.3 KB  |  632x439  |  8-bit (72 colors)
   ocr: Source code viewer -OX Color.java mne color unite. */ public final static Color white = . new Color(255, 255, 255); / The color light gray. */ public final static Color lightGray == neu Color(192, 192, 192); /** The color gray. */ public final static Color gray = - new Color(128, 128, 128); /** The color dark gray. */ public final static Color darkGray = new Color(64, 64, 64); /** t : The color black. */ public final static Color black = new Color(0, 0, 0); /**